Skip to content

docs: fix broken Erlang chat tutorial link#896

Closed
chenlichao wants to merge 1 commit into
practical-tutorials:masterfrom
chenlichao:docs/fix-erlang-chat-link
Closed

docs: fix broken Erlang chat tutorial link#896
chenlichao wants to merge 1 commit into
practical-tutorials:masterfrom
chenlichao:docs/fix-erlang-chat-link

Conversation

@chenlichao

Copy link
Copy Markdown
Contributor

Description

Updates the Erlang "Making a Chat App with Erlang, Rebar, Cowboy and Bullet" entry to point to an archived copy of the original tutorial.

Motivation and Context

The current marianoguerra.org URL returns 404 Not Found. This fixes #840 by preserving the original tutorial through the Wayback Machine instead of leaving a broken link in the README.

How Has This Been Tested?

  • git diff --check
  • Verified the old URL returns HTTP Error 404: Not Found
  • Verified the replacement archive URL returns 200 and contains the tutorial title

Types of changes

  • Content Update (change which fixes an issue or updates an already existing submission)
  • New Article (change which adds functionality)
  • Documentation change

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have made checks to ensure URLs and other resources are valid

tuvtran added a commit that referenced this pull request Jul 4, 2026
The tutorial moved to a new URL scheme on the same site; the old
.html URL now returns 404. Reported in #872, #846, #896.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@tuvtran

tuvtran commented Jul 4, 2026

Copy link
Copy Markdown
Member

Thanks for the PR! The tutorial actually just moved to a new URL on the same site, so the entry now points at the live page (commit 9859dbe) instead of an archive snapshot. Appreciate the fix!

@tuvtran tuvtran closed this Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken Link: Erlang -> "Making a Chat App with Erlang, Rebar, Cowboy and Bullet" leads to 404 error

2 participants